home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / misc / MLogBook_lt.lha / MLogBook / Rules_common / CQWW-CW next >
Text File  |  2000-11-15  |  2KB  |  105 lines

  1. # MLGBK10 RULES
  2. #
  3. # CQ WW Contest
  4. #
  5. # Here's the list of allowed bands. See rules of contest
  6. # for operators category (SOSB, SOMB etc)
  7. #
  8. BANDS ALLOW=160m,80m,40m,20m,15m,10m
  9. SET BAND=3
  10.  
  11. # Here's the list of allowed modes:
  12. MODES ALLOW=CW
  13. SET MODE=0
  14.  
  15. # What to will be exchange with report.
  16. # %w - WAZ zone (e.g. Report is 59 15)
  17. # %i - ITU zone (e.g. Report is 59 38)
  18. # %c - QSO's counter (e.g. Report is 59 001)
  19. # Also is possible to mix it with any text:
  20. # SET REMARX-S[2]=%cKR - means report 59 001KR
  21. # %u - allowed texts from REMARX-U ALLOW field only (e.g. 59 M)
  22. SET REMARX-S[2]=%w
  23. SET REMARX-R[2]=%w
  24.  
  25. # Date format
  26. # 0 - DD.MM.YYYY
  27. # 1 - DD/MM/YYYY
  28. # 2 - MM/DD/YYYY
  29. SET DATE=0
  30.  
  31. # GUI settings
  32. SHOW DATE=NO
  33. SHOW TIME=NO
  34. SHOW BAND=YES
  35. SHOW MODE=NO
  36. SHOW RST-S=YES
  37. SHOW RST-R=YES
  38. SHOW REMARX-S=2
  39. SHOW REMARX-R=2
  40. SHOW LOCATOR=NO
  41. SHOW COMMENT=NO
  42. SHOW QSL=NO
  43.  
  44. # Find Similar Call
  45. SET ACK_FINDSIMCALL=NO
  46.  
  47. # Find QSO Before
  48. SET ACK_FINDQSOBEFORE=NO
  49.  
  50. # Duplicated QSO Finder
  51. SET ACK_DUPFIND=YES
  52.  
  53. # IOTA support
  54. SET ACK_IOTA=NO
  55.  
  56. # Awards support
  57. SET ACK_AWARDS=NO
  58.  
  59. SET ACK_ACTIVITY=NO
  60.  
  61. # QSL Manager Database support
  62. SET ACK_FINDQSLMANAGER=NO
  63.  
  64. # CallBook support
  65. SET ACK_CALLBOOK=NO
  66.  
  67. # File which contains database of prefixes based on organisators publication.
  68. SET PFXDATA=cqww.csv
  69.  
  70. # Scores
  71. # SET
  72. #
  73. # CONT - points will be given for every QSO between continents.
  74. # 1 - AF (Africa)
  75. # 2 - AS (Asia)
  76. # 3 - EU (Europe)
  77. # 4 - NA (North America)
  78. # 5 - OC (Oceania)
  79. # 6 - SA (South America)
  80. # e.g. 123 - means that every QSO from Africa (1) to Asia (2)
  81. # will give 3 points.
  82. # e.g. SCORE SET=CONT,111,123,133,143,153,163,213,221,233,243,253,263,313,323,331,343,353,363,413,423,433,442,453,463,513,523,533,543,551,563,613,623,633,643,653,661
  83. SCORE SET=CONT,111,123,133,143,153,163,213,221,233,243,253,263,313,323,331,343,353,363,413,423,433,442,453,463,513,523,533,543,551,563,613,623,633,643,653,661
  84.  
  85. # NOPFX - field with denied prefixes.
  86. # e.g. NOPFX=SP - means that you can't do QSO with SP (3Z,HF,SN,SO,SP,SQ,SR).
  87.  
  88. PFX1=ALL
  89. REMX1=%w
  90. MULTI1 PFX1=%p
  91. MULTI2 PFX1=%w
  92. SCORE1 PFX1=
  93. SCORE1 ADD=SET
  94.  
  95. # NO - multiplicator is 1.
  96. # SB - qualify it separately on every bands.
  97. # AB - qualify it once on all bands.
  98. # SM - qualify it separately for every modes.
  99. # AM - qualify it once for all modes.
  100. # e.g. SMSB - means that multiplicator will be increased for all
  101. # new MULTI1, separately on every bands and every modes.
  102.  
  103. MULTI DUPE1=SBSM
  104. MULTI DUPE2=SBSM
  105.